.result-panel{background-color:#f3fbf8;border:1px solid #bae9d7;border-radius:16px;flex-direction:column;gap:16px;padding:40px;display:flex}.result-panel__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.result-panel__footer{font-family:var(--font-primary);color:#292b2d;text-align:right;justify-content:space-between;margin-top:30px;font-size:13px;font-weight:500;display:flex}.result-panel__value{font-family:var(--font-primary);color:#292b2d;align-items:baseline;gap:4px;display:flex}.result-panel__number{font-family:var(--font-primaryfa);color:#292b2d;font-size:18px;font-weight:600}.result-panel__unit{font-family:var(--font-primary);color:#292b2d;font-size:14px;font-weight:400}@media (max-width:1024px){.result-panel{min-width:0;max-width:100%;box-sizing:border-box;padding:24px 16px;overflow-x:hidden}.result-panel__grid{width:100%;min-width:0;grid-template-columns:1fr}.result-panel__grid>*{width:100%;min-width:0}.result-panel .info-card{width:100%;min-width:0;box-sizing:border-box}.result-panel .info-card__row{width:100%;align-items:flex-start;gap:8px}.result-panel .info-card__value{width:fit-content;word-break:break-word}.result-panel .stat-box{width:100%;min-width:0;box-sizing:border-box}.result-panel .stat-box__top{width:100%;justify-content:space-between;gap:6px}}